home *** CD-ROM | disk | FTP | other *** search
- '*** GETKEY.INC: Returns users input key and updates the status line
- SUB GETCHAR(CH$) STATIC
- shared skcolor%, Statrow%, Statcol%
- DO
- CH$ = INKEY$
- CALL keystatline(skcolor%,Statrow%,Statcol%)
- LOOP UNTIL CH$ <> ""
- END SUB
-
-